home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Esportes / FishHunter.swf / scripts / DefineButton2_285 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-05  |  173 b   |  13 lines

  1. on(release){
  2.    if(_root.sound_flg == 1)
  3.    {
  4.       _root.sound_flg = 0;
  5.       _root.midistop(1);
  6.    }
  7.    else
  8.    {
  9.       _root.sound_flg = 1;
  10.    }
  11.    play();
  12. }
  13.